home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / flash_poker.swf / scripts / frame_106 / DoAction.as
Text File  |  2006-01-17  |  377b  |  24 lines

  1. CardValue = LastDouble;
  2. call("GetSuitCard");
  3. tellTarget("/History")
  4. {
  5.    Suit5 = eval("../:Suit");
  6.    play();
  7. }
  8. if(eval("/:DP") == "6" and "26" < eval("/:LastDouble"))
  9. {
  10.    gotoAndPlay(136);
  11. }
  12. else if(eval("/:DP") == "5" and eval("/:LastDouble") < "27")
  13. {
  14.    gotoAndPlay(136);
  15. }
  16. else if(DP == Suit)
  17. {
  18.    gotoAndPlay(112);
  19. }
  20. else
  21. {
  22.    gotoAndPlay(211);
  23. }
  24.